After installing AAHC, you can access the system through its console with the username web-admin. Either enter the default password or make an SSH connection to access the system.
To make an SSH connection, you need to create and use an SSH pair for the web-admin user:
Create an SSH pair using the command:
ssh-keygen -t rsa
Copy the public key to authorized keys using the command:
scp id_rsa.pub ~/.ssh/authorized_keys
Move the private key into a remote device using the command:
scp -i id_rsa <user>@<destination_ip>:<path_in_remote_device>
Access AAHC from the remote device using the command:
ssh -i <id_rsa_path> web-admin@<LogPoint_Server_IP>
You can change the default password using the passwd command.
Command |
Description |
|---|---|
|
Reconfigures the IP address or the hostname of the remote AAHC server |
|
Changes the IP address of the remote Syslog server to which AAHC forwards its audit logs |
|
Reboots the system |
|
Turns off the system |
|
Installs the latest version of AAHC over the previous version |
|
Reverts to the last version of AAHC |
|
Starts the support connection |
|
Stops the support connection |
|
Displays the support IP after starting the support connection |
|
Changes the date of AAHC server and restarts the docker |
|
Enables or disables the Spectre 2 fix for AAHC |
|
Enables or disables the Meltdown fix for AAHC |
|
Resets the admin password to default |
|
Unlocks the admin user |
|
Takes backup of AAHC’s configuration data and reports |
|
Syntax for snmpwalk via SNMPv2 |
|
Changes the community string |
|
Enables the SNMP v2 |
|
Disables the SNMP v2 |
Note
You must reboot the system to apply the change made by the change-ip command.
You must disable the time synchronization in the NTP server before running the change-date command.
AAHC enables the Spectre 2 and Meltdown fixes during the patch installation. However, the fixes may slow down the performance. You can disable the fixes if you notice any issue on the performance.
AAHC does not support the mds-fix disable command.
We are glad this guide helped.
Please don't include any personal information in your comment
Contact Support